HCI data length configuration option#37
Closed
KMeldgaard wants to merge 13 commits intostm32duino:mainfrom
Closed
Conversation
Feature/custom app conf
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
Feature/hci set data length
removed TODO comment
FRASTM
reviewed
Dec 1, 2021
README.md
Outdated
| STM32Cube_WPAN has several configuration options, which are set in the `app_conf.h`. | ||
| This package has a default configuration named `app_conf_default.h`. | ||
| The user can include the file `app_conf_custom.h` to customize the ble application. Options wrapped in `#ifndef, #endif` in `app_conf_default.h` can be overwritten. Additional options can be added. | ||
|
|
There was a problem hiding this comment.
The app_conf.h file is directly taken from the STM32CubeWB Applications/BLE,
Could this inclusion be organised to keep app_conf.h
Author
Member
|
Hi @KMeldgaard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implemented hci_le_set_data_length on connection with a BLE central.